RenderProcessTerminated

An event indicating that the render process of the browser has been terminated.

Functions

Link copied to clipboard
open fun browser(): Browser
Returns the Browser instance initiated this event.
Link copied to clipboard
open fun exitCode(): Int
Returns the exit code of the terminated render process.
Link copied to clipboard
open fun status(): TerminationStatus
Returns the termination status of the terminated render process.